| C1.C1Flash.2 Assembly > C1.C1Flash Namespace > FPage Class > DrawLines Method : DrawLines(Pen,Point[]) Method |
The pen parameter is a regular System.Drawing.Pen object, which defines the width, color, and style of the line. The system pens (e.g. Pens.Black, Pens.Red, etc) have a width of one point. If you want to draw thinner or thicker lines, you have to create new System.Drawing.Pen objects.
SWF file format has no native support for dashed or dotted line styles. A dashed line can be simulated by breaking up the path into a series of short lines. All lines in SWF file format have rounded joins and end-caps.